<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

ul,
ol {
  list-style: none; /*overflow:hidden;*/
}

img {
  border: 0 none; max-width:100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
em,
i {
  font-style: normal;
  font-weight: normal;
}

ins {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

input::-ms-clear {
  display: none !important;
}

input {
  border: 0;
}

body {
  font: 14px PingFangSC, 'helvetica neue', 'hiragino sans gb', Tahoma, arial, 'microsoft yahei ui', 'Microsoft YaHei', simsun, sans-serif;
  background: #fff;
}

body,
html {
  /*min-width: 1200px;*/
  font-size: 14px;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.img-wrap {
  text-align: center;
}

.img-wrap img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.yzl-nav .container {
  width: 1200px;
  margin: 0 auto;
}
.yzl-top  .container {
  width: 1200px;
  margin: 0 auto;
}
.yzl-banner .container {
  width: 1200px;
  margin: 0 auto;
}
.yzl-fixed-srh .container {
  width: 1200px;
  margin: 0 auto;
}
.yzl-form-tools .container {
  width: 1200px;
  margin: 0 auto;
}

.yzl-limit  .container {
  width: 1200px;
  margin: 0 auto;
}

.yzl-map .container {
  width: 1200px;
  margin: 0 auto;
}
.yzl-hot-like .container {
  width: 1200px;
  margin: 0 auto;
}

/*æ¶“â‚¬ç›å±¾æžƒéˆî„ƒç§´é‘çƒ˜æ¨‰ç»€è™¹æ¸·é£ãƒ¥å½¿*/
.one-line {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*æ¾¶æ°³î”‘é‚å›¨æ¹°ç“’å‘­åš­é„å‰§ãšéªä½ºæšé™ï¿½*/
.two-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* é™îˆ™äº’é„å‰§ãšé¨å‹®î”‘éå¸®ç´ç“’å‘­åš­é–®ã„¥åžŽé¢ï¿½...ç›ã„§ãš*/
  -webkit-box-orient: vertical;
}

/*æ¾¶æ°³î”‘é‚å›¨æ¹°ç“’å‘­åš­é„å‰§ãšéªä½ºæšé™ï¿½*/
.three-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* é™îˆ™äº’é„å‰§ãšé¨å‹®î”‘éå¸®ç´ç“’å‘­åš­é–®ã„¥åžŽé¢ï¿½...ç›ã„§ãš*/
  -webkit-box-orient: vertical;
}

.placeholder {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(204, 204, 204, 1);
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.texplace {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(204, 204, 204, 1);
  position: absolute;
  z-index: 2;
}

/*å¨“å‘´æ«Žå¨´î†¼å§©æµ&nbsp;ï½‡çˆœ*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

/* éŽ¬î„ç´“é©æŽ“Äé¨ï¿½ */
.borderBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(165, 165, 165, 1);
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(165, 165, 165, 1);
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(165, 165, 165, 1);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(165, 165, 165, 1);
}

/* é’å—›ã€‰éå³°ç´¡ */

input::-ms-reveal {
  display: none;
}

input::-ms-clear {
  display: none;
}

:root {
  --basecolor: #10bbb8;
}

.ipt-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}</pre></body></html>